Vcenter TrustedInfrastructure Principal Info

Vcenter TrustedInfrastructure Principal Info
Vcenter TrustedInfrastructure Principal Info

This schema is deprecated as of vSphere API 8.0.3.0 and removed in vSphere API 9.0.0.0.

The Vcenter TrustedInfrastructure Principal Info schema contains the information about the principal and certificates used by this vCenter to retrieve tokens.

This schema was added in vSphere API 7.0.0.0.

JSON Example
{
    "certificates": [
        {
            "cert_chain": [
                "string"
            ]
        }
    ],
    "issuer": "string",
    "principal": {
        "id": {
            "name": "string",
            "domain": "string"
        },
        "type": "string"
    },
    "name": "string"
}
certificates
Required

This property is deprecated as of vSphere API 8.0.3.0 and removed in vSphere API 9.0.0.0.

The certificates used by the STS to sign tokens for this vCenter.

This property was added in vSphere API 7.0.0.0.

string
issuer
Required

This property is deprecated as of vSphere API 8.0.3.0 and removed in vSphere API 9.0.0.0.

The service which created and signed the security token.

This property was added in vSphere API 7.0.0.0.

principal
Required

This property is deprecated as of vSphere API 8.0.3.0 and removed in vSphere API 9.0.0.0.

The principal used by this vCenter instance to retrieve tokens. Currently this is the vCenter solution user.

This property was added in vSphere API 7.0.0.0.

string
name
Required

This property is deprecated as of vSphere API 8.0.3.0 and removed in vSphere API 9.0.0.0.

The user-friednly name of the vCenter.

This property was added in vSphere API 7.0.0.0.